projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
625f8a6
)
settings: Reset all styles when the enable-animations settings changes
author
Benjamin Otte
<otte@redhat.com>
Thu, 1 Nov 2012 11:23:42 +0000
(12:23 +0100)
committer
Benjamin Otte
<otte@redhat.com>
Thu, 1 Nov 2012 11:27:31 +0000
(12:27 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=686021
gtk/gtksettings.c
patch
|
blob
|
history
diff --git
a/gtk/gtksettings.c
b/gtk/gtksettings.c
index 47328f10497b43d67fd3d8955676d35010fc6375..34f4211791e7601b2662827d6a8f39002638e04a 100644
(file)
--- a/
gtk/gtksettings.c
+++ b/
gtk/gtksettings.c
@@
-1854,6
+1854,9
@@
gtk_settings_notify (GObject *object,
if (settings_update_fontconfig (settings))
gtk_style_context_reset_widgets (priv->screen);
break;
+ case PROP_ENABLE_ANIMATIONS:
+ gtk_style_context_reset_widgets (priv->screen);
+ break;
case PROP_CURSOR_THEME_NAME:
case PROP_CURSOR_THEME_SIZE:
settings_update_cursor_theme (settings);